home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Headers / MOKit / MOSybaseString.h < prev   
Encoding:
C/C++ Source or Header  |  1995-01-27  |  282 b   |  14 lines

  1. //
  2. //    MOSybaseString.h -- this is a compatability header
  3. //        Written by Don Yacktman Copyright (c) 1995 by Don Yacktman.
  4. //    
  5.  
  6. #import "MOKit/MOString.h"
  7.  
  8. #ifndef MOSYBASESTRINGCOMPAT_H
  9. #define MOSYBASESTRINGCOMPAT_H
  10.  
  11. #define MOSybaseString MiscString
  12.  
  13. #endif MOSYBASESTRINGCOMPAT_H
  14.